File: w_master.srw
Size: 301
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Master Window class
forward
global type w_master from pfc_w_master
end type
end forward

global type w_master from pfc_w_master
end type
global w_master w_master

on w_master.create
call pfc_w_master::create
end on

on w_master.destroy
call pfc_w_master::destroy
end on